/*ALL STYLES IN RTE THAT MANUALLY ADDED HERE*/
/*ALL RESPONSIVE FOR CONTENT OF RTE*/
/*ALL STYLES THAT WAS PREVIOUSLY INCLUDED IN RTE styles THAT WAS REMOVED DUE TO CONCERNS REGARDING CONFUSING LIST OF RTE STYLES*/

/*RTE STYLES - MD-size responsive*/
@media screen and (max-width: 768px){
	/*Common Block Main Title*/
	.common-block--title {
		font-size: 26px;
		word-wrap: break-word;
	}

	/*Common Block description*/
	.common-block--description {
		font-size: 14px;
	}


	.image-responsive--full img {
		width:100% !important;
	}
}

/*SM-size Mobile-responsive */
@media screen and (max-width: 576px){
	.RTE-responsive table tbody {
		vertical-align: baseline;
	}
}



/*DELETED AT RTE STYLES.CSS*/
/**umb_name:Common Block Title*/
.common-block--title {
	font-family: 'Widescreen';
	font-weight: 700px;
	font-size: 30px;
}

/**umb_name:Common Block Description*/
.common-block--description {
	font-weight: 400px;
	font-family: Montserrat;
	font-size: 18px;
	letter-spacing: 0.05em;
}

/**umb_name:colorPicker List Item*/
.colorPicker-list--item {
	font-weight: 400px;
	font-size: 16px;
	font-family: Montserrat;
}

/**umb_name:colorPicker List Title*/
.colorPicker-list--title {
	font-weight: 700px;
	font-size: 16px;
	font-family: Montserrat;
}

/**umb_name:Specs Title List*/
.specs-Title--style {
	font-weight: 700px;
	font-size: 22px;
	font-family: Montserrat-Bold;
}

/**umb_name:Specs Item List*/
.specs-Item--style {
	font-weight: 400px;
	font-size: 14px;
	font-family: Montserrat;
}

/**umb_name:News Content Banner Title*/
.NewsBanner_title {
	font-weight: 700px;
	font-family: Montserrat;
	font-size: 60px;
	letter-spacing: 0.05em;
}